Query Time: 1.95 ms Query memory: 0.020 MB Memory before query: 2.718 MB Rows returned: 1
SELECT `data`
FROM `jml3_session`
WHERE `session_id` = '8qq352out6m1nj26aiiv36rv40'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_session | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 13 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:44 |
| 12 | JSessionStorageDatabase->read() | Same as call in the line below. |
| 11 | session_start() | JROOT/libraries/joomla/session/handler/native.php:258 |
| 10 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:49 |
| 9 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:81 |
| 8 | JSessionHandlerJoomla->start() | JROOT/libraries/joomla/session/session.php:636 |
| 7 | JSession->_start() | JROOT/libraries/joomla/session/session.php:596 |
| 6 | JSession->start() | JROOT/libraries/cms/application/cms.php:748 |
| 5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
| 4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
| 3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:404 |
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
| 1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 1.35 ms After last query: 3.19 ms Query memory: 0.008 MB Memory before query: 2.861 MB
DELETE
FROM `jml3_session`
WHERE `time` < '1465544897'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_session | range | time | time | 59 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:765 |
| 5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
| 4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
| 3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:404 |
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
| 1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 1.16 ms After last query: 44.94 ms Query memory: 0.016 MB Memory before query: 4.758 MB Rows returned: 0
SELECT *
FROM `jml3_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1497 |
| 10 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/admintools/main.php:526 |
| 9 | plgSystemAdmintools->loadWAFExceptionsSEF() | JROOT/plugins/system/admintools/admintools/main.php:447 |
| 8 | plgSystemAdmintools->loadWAFExceptions() | JROOT/plugins/system/admintools/admintools/main.php:90 |
| 7 | plgSystemAdmintools->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
| 6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
| 5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.82 ms After last query: 2.84 ms Query memory: 0.018 MB Memory before query: 4.849 MB Rows returned: 1
SELECT `value`
FROM `jml3_admintools_storage`
WHERE `key` = 'cparams'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_admintools_storage | const | PRIMARY | PRIMARY | 402 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_admintools/models/storage.php:99 |
| 11 | AdmintoolsModelStorage->load() | JROOT/administrator/components/com_admintools/models/storage.php:49 |
| 10 | AdmintoolsModelStorage->getValue() | JROOT/plugins/system/admintools/feature/linkmigration.php:32 |
| 9 | AtsystemFeatureLinkmigration->isEnabled() | JROOT/plugins/system/admintools/admintools/main.php:356 |
| 8 | plgSystemAdmintools->loadFeatures() | JROOT/plugins/system/admintools/admintools/main.php:93 |
| 7 | plgSystemAdmintools->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
| 6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
| 5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.74 ms After last query: 7.30 ms Query memory: 0.016 MB Memory before query: 5.116 MB Rows returned: 2
SELECT b.rules
FROM jml3_assets AS a
LEFT JOIN jml3_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_banners')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | const | idx_asset_name | idx_asset_name | 202 | const | 1 | 100.00 | Using temporary; Using filesort |
| 1 | SIMPLE | b | range | idx_lft_rgt | idx_lft_rgt | 4 | NULL | 4 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
| 11 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:246 |
| 10 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:107 |
| 9 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
| 8 | JUser->authorise() | JROOT/plugins/system/admin8/admin8.php:29 |
| 7 | plgSystemAdmin8->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
| 6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
| 5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 1.65 ms Query memory: 0.016 MB Memory before query: 5.168 MB Rows returned: 2
SELECT b.id
FROM jml3_usergroups AS a
LEFT JOIN jml3_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 3 | 100.00 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
| 11 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:354 |
| 10 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:111 |
| 9 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
| 8 | JUser->authorise() | JROOT/plugins/system/admin8/admin8.php:29 |
| 7 | plgSystemAdmin8->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
| 6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
| 5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 6.02 ms After last query: 23.03 ms Query memory: 0.013 MB Memory before query: 6.177 MB Rows returned: 1
SELECT `enabled`
FROM `jml3_extensions`
WHERE `element` = 'com_akeeba'
AND `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 100.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 8 | JDatabaseDriver->loadResult() | JROOT/plugins/system/backuponupdate/backuponupdate.php:50 |
| 7 | require_once JROOT/plugins/system/backuponupdate/backuponupdate.php | JROOT/libraries/cms/plugin/helper.php:230 |
| 6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
| 5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.88 ms After last query: 14.09 ms Query memory: 0.018 MB Memory before query: 6.727 MB Rows returned: 1
SHOW VARIABLES LIKE "collation_database"
EXPLAIN not possible on query: SHOW VARIABLES LIKE "collation_database"
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1653 |
| 13 | JDatabaseDriver->loadObject() | JROOT/libraries/joomla/database/driver/mysqli.php:337 |
| 12 | JDatabaseDriverMysqli->getCollation() | JROOT/plugins/system/admintools/feature/utf8mb4.php:28 |
| 11 | AtsystemFeatureUtf8mb4->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:685 |
| 10 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:118 |
| 9 | plgSystemAdmintools->onAfterInitialise() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:663 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.19 ms After last query: 18.10 ms Query memory: 0.020 MB Memory before query: 7.449 MB Rows returned: 2
SELECT b.rules
FROM jml3_assets AS a
LEFT JOIN jml3_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_menus')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | const | idx_asset_name | idx_asset_name | 202 | const | 1 | 100.00 | Using temporary; Using filesort |
| 1 | SIMPLE | b | ALL | idx_lft_rgt | NO INDEX KEY COULD BE USED | NULL | NULL | 455 | 72.97 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
| 15 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:246 |
| 14 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:107 |
| 13 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
| 12 | JUser->authorise() | JROOT/plugins/system/advancedmodules/helper.php:97 |
| 11 | PlgSystemAdvancedModulesHelper->loadFrontEditScript() | JROOT/plugins/system/advancedmodules/advancedmodules.php:71 |
| 10 | PlgSystemAdvancedModules->initialise() | JROOT/plugins/system/advancedmodules/advancedmodules.php:38 |
| 9 | PlgSystemAdvancedModules->onAfterInitialise() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:663 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.79 ms After last query: 5.76 ms Query memory: 0.057 MB Memory before query: 7.705 MB Rows returned: 177
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM jml3_menu AS m
LEFT JOIN jml3_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 179 | 100.00 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | mepaurav_art37.m.component_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
| 19 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
| 18 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
| 17 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:133 |
| 16 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:435 |
| 15 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
| 14 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:57 |
| 13 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:196 |
| 12 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:531 |
| 11 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:407 |
| 10 | JApplicationSite::getRouter() | JROOT/plugins/system/sefwizard/sefwizard.php:56 |
| 9 | PlgSystemSefwizard->onAfterInitialise() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:663 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.70 ms After last query: 17.59 ms Query memory: 0.018 MB Memory before query: 8.972 MB
UPDATE `jml3_extensions`
SET `params` = '{\"mediaversion\":\"440283fdf779c318ddc7de093bf671fc\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_extensions | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/library/helper.php:119 |
| 14 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:325 |
| 13 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:284 |
| 12 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:737 |
| 11 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
| 10 | JFactory::getDocument() | JROOT/plugins/system/advancedmodules/advancedmodules.php:43 |
| 9 | PlgSystemAdvancedModules->onAfterRoute() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1107 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.66 ms After last query: 16.11 ms Query memory: 0.017 MB Memory before query: 9.392 MB Rows returned: 1
SELECT `params`
FROM `jml3_extensions`
WHERE `type` = 'plugin'
AND `folder` = 'system'
AND `element` = 'kazaam'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 100.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 12 | JDatabaseDriver->loadResult() | JROOT/plugins/system/kazaam/kazaam.php:358 |
| 11 | plgSystemKazaam->getParams() | JROOT/plugins/system/kazaam/kazaam.php:221 |
| 10 | plgSystemKazaam->regenTasks() | JROOT/plugins/system/kazaam/kazaam.php:64 |
| 9 | plgSystemKazaam->onAfterRoute() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1107 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.14 ms After last query: 21.36 ms Query memory: 0.021 MB Memory before query: 10.160 MB Rows returned: 2
SELECT b.rules
FROM jml3_assets AS a
LEFT JOIN jml3_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | const | idx_asset_name | idx_asset_name | 202 | const | 1 | 100.00 | Using temporary; Using filesort |
| 1 | SIMPLE | b | range | idx_lft_rgt | idx_lft_rgt | 4 | NULL | 11 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
| 15 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:246 |
| 14 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:107 |
| 13 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
| 12 | JUser->authorise() | JROOT/components/com_content/models/article.php:55 |
| 11 | ContentModelArticle->populateState() | JROOT/libraries/legacy/model/legacy.php:439 |
| 10 | JModelLegacy->getState() | JROOT/components/com_content/models/article.php:262 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 6.79 ms After last query: 2.67 ms Query memory: 0.025 MB Memory before query: 10.265 MB Rows returned: 30
SHOW FULL COLUMNS
FROM `jml3_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jml3_content`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
| 13 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
| 12 | JTable->__construct() | JROOT/libraries/legacy/table/content.php:31 |
| 11 | JTableContent->__construct() | JROOT/libraries/joomla/table/table.php:305 |
| 10 | JTable::getInstance() | JROOT/components/com_content/models/article.php:264 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 5.57 ms After last query: 9.10 ms Query memory: 0.042 MB Memory before query: 10.633 MB Rows returned: 1
SELECT *
FROM jml3_content
WHERE `id` = '685'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1456 |
| 11 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:728 |
| 10 | JTable->load() | JROOT/components/com_content/models/article.php:265 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 3.92 ms After last query: 0.58 ms Query memory: 0.014 MB Memory before query: 10.684 MB
UPDATE jml3_content
SET `hits` = (`hits` + 1)
WHERE `id` = '685'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/table/table.php:1249 |
| 10 | JTable->hit() | JROOT/components/com_content/models/article.php:266 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 5.72 ms After last query: 13.56 ms Query memory: 0.029 MB Memory before query: 10.917 MB Rows returned: 1
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM jml3_content AS a
LEFT JOIN jml3_categories AS c
on c.id = a.catid
LEFT JOIN jml3_users AS u
on u.id = a.created_by
LEFT JOIN jml3_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jml3_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM jml3_categories AS cat JOIN jml3_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published <= 0
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE a.id = 685
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2016-06-10 08:03:18')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2016-06-10 08:03:18')
AND (a.state = 1 OR a.state =2)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | const | PRIMARY,idx_state | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | PRIMARY | c | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | PRIMARY | u | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | PRIMARY | parent | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | PRIMARY | v | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found |
| 1 | PRIMARY | <derived2> | ref | <auto_key0> | <auto_key0> | 4 | const | 10 | 100.00 | Using index |
| 2 | DERIVED | parent | range | cat_idx,idx_left_right | cat_idx | 203 | NULL | 1 | 100.00 | Using index condition; Using temporary; Using filesort |
| 2 | DERIVED | cat | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_left_right,idx_language,idx_path,idx_alias | idx_left_right | 8 | NULL | 159 | 100.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1653 |
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_content/models/article.php:159 |
| 13 | ContentModelArticle->getItem() | JROOT/libraries/legacy/view/legacy.php:401 |
| 12 | JViewLegacy->get() | JROOT/components/com_content/views/article/view.html.php:42 |
| 11 | ContentViewArticle->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
| 10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 4.69 ms After last query: 6.54 ms Query memory: 0.028 MB Memory before query: 11.201 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM jml3_categories as c
LEFT JOIN (SELECT cat.id as id
FROM jml3_categories AS cat JOIN jml3_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN jml3_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND badcats.id is null
AND s.id=304
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Using filesort |
| 1 | PRIMARY | c | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 159 | 99.37 | Using where |
| 1 | PRIMARY | <derived2> | ref | <auto_key0> | <auto_key0> | 4 | mepaurav_art37.c.id | 10 | 100.00 | Using where; Not exists; Using index |
| 2 | DERIVED | parent | range | cat_idx,idx_left_right | cat_idx | 203 | NULL | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
| 2 | DERIVED | cat | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_left_right,idx_language,idx_path,idx_alias | idx_left_right | 8 | NULL | 159 | 100.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
| 14 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
| 13 | JCategories->get() | JROOT/components/com_content/helpers/route.php:44 |
| 12 | ContentHelperRoute::getArticleRoute() | JROOT/components/com_content/views/article/view.html.php:71 |
| 11 | ContentViewArticle->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
| 10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.61 ms After last query: 3.37 ms Query memory: 0.025 MB Memory before query: 11.286 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `jml3_contentitem_tag_map` AS m
INNER JOIN `jml3_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 685
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | 85.71 | Using where |
| 1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | mepaurav_art37.t.id | 1 | 100.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:426 |
| 12 | JHelperTags->getItemTags() | JROOT/components/com_content/views/article/view.html.php:156 |
| 11 | ContentViewArticle->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
| 10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 30.99 ms Query memory: 0.026 MB Memory before query: 12.635 MB Rows returned: 0
SELECT r.*
FROM jml3_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'articles')
ORDER BY r.ordering, r.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | r | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/helpers/items.php:52 |
| 17 | plgSystemReReplacerHelperItems->getItemList() | JROOT/plugins/system/rereplacer/helper.php:37 |
| 16 | plgSystemReReplacerHelper->onContentPrepare() | JROOT/plugins/system/rereplacer/rereplacer.php:40 |
| 15 | plgSystemReReplacer->onContentPrepare() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:161 |
| 11 | ContentViewArticle->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
| 10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.11 ms After last query: 51.42 ms Query memory: 0.041 MB Memory before query: 15.234 MB Rows returned: 1
SELECT `params`
FROM `jml3_comprofiler_plugin`
WHERE `id` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_comprofiler_plugin | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 33 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:345 |
| 32 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Application/CBConfig.php:43 |
| 31 | CB\Application\CBConfig::getConfig() | JROOT/libraries/CBLib/CB/Application/CBApplication.php:44 |
| 30 | CB\Application\CBApplication::CB\Application\{closure}() | Same as call in the line below. |
| 29 | call_user_func_array() | JROOT/libraries/CBLib/CBLib/Application/Config.php:38 |
| 28 | CBLib\Application\Config::setMainConfig() | JROOT/libraries/CBLib/CBLib/Core/CBLib.php:69 |
| 27 | CBLib\Core\CBLib::CBLib\Core\{closure}() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:605 |
| 26 | CBLib\DependencyInjection\Container->build() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:496 |
| 25 | CBLib\DependencyInjection\Container->make() | JROOT/libraries/CBLib/CBLib/Application/Application.php:179 |
| 24 | CBLib\Application\Application::__callStatic() | JROOT/libraries/CBLib/CB/Application/CBConfig.php:77 |
| 23 | CBLib\Application\Application::Config() | JROOT/libraries/CBLib/CB/Application/CBConfig.php:77 |
| 22 | CB\Application\CBConfig::loadLegacyCBueConfig() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:109 |
| 21 | CB\Legacy\LegacyFoundationFunctions->__construct() | Same as call in the line below. |
| 20 | ReflectionClass->newInstanceArgs() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:643 |
| 19 | CBLib\DependencyInjection\Container->build() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:496 |
| 18 | CBLib\DependencyInjection\Container->make() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:132 |
| 17 | CBLib\DependencyInjection\Container->get() | JROOT/administrator/components/com_comprofiler/plugin.foundation.php:33 |
| 16 | include_once JROOT/administrator/components/com_comprofiler/plugin.foundation.php | JROOT/plugins/content/cbauthorbot/cbauthorbot.php:29 |
| 15 | plgContentcbauthorbot->onContentBeforeDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:167 |
| 11 | ContentViewArticle->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
| 10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.31 ms After last query: 25.94 ms Query memory: 0.038 MB Memory before query: 17.229 MB Rows returned: 16
SHOW FULL COLUMNS
FROM `jml3_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jml3_users`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 27 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 26 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
| 25 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
| 24 | JTable->__construct() | JROOT/libraries/joomla/table/user.php:38 |
| 23 | JTableUser->__construct() | JROOT/libraries/joomla/table/table.php:305 |
| 22 | JTable::getInstance() | JROOT/libraries/joomla/user/user.php:582 |
| 21 | JUser::getTable() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:152 |
| 20 | CB\Database\Table\UserTable->_reinitNonComprofileVars() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:112 |
| 19 | CB\Database\Table\UserTable->__construct() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:213 |
| 18 | CBuser->load() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:157 |
| 17 | CBuser::_getOrSetInstance() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:86 |
| 16 | CBuser::getInstance() | JROOT/plugins/content/cbauthorbot/cbauthorbot.php:33 |
| 15 | plgContentcbauthorbot->onContentBeforeDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:167 |
| 11 | ContentViewArticle->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
| 10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.80 ms After last query: 0.66 ms Query memory: 0.040 MB Memory before query: 17.316 MB Rows returned: 1
SELECT c.*, u.*
FROM jml3_users AS u
LEFT JOIN jml3_comprofiler AS c
ON c.id = u.id
WHERE u.`id` = 100
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1456 |
| 21 | JDatabaseDriver->loadAssoc() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:381 |
| 20 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssoc() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:236 |
| 19 | CB\Database\Table\UserTable->load() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:214 |
| 18 | CBuser->load() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:157 |
| 17 | CBuser::_getOrSetInstance() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:86 |
| 16 | CBuser::getInstance() | JROOT/plugins/content/cbauthorbot/cbauthorbot.php:33 |
| 15 | plgContentcbauthorbot->onContentBeforeDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:167 |
| 11 | ContentViewArticle->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
| 10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 0.44 ms Query memory: 0.030 MB Memory before query: 17.365 MB Rows returned: 2
SELECT a.id
FROM jml3_user_usergroup_map AS map
LEFT JOIN jml3_usergroups AS a
ON a.id = map.group_id
WHERE map.user_id = 100
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | map | ref | PRIMARY | PRIMARY | 4 | const | 2 | 100.00 | Using index |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | mepaurav_art37.map.group_id | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
| 23 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:354 |
| 22 | JAccess::getGroupsByUser() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:307 |
| 21 | CB\Database\Table\UserTable->afterBindFromDatabase() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:297 |
| 20 | CB\Database\Table\UserTable->bindThisUserFromDbArray() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:254 |
| 19 | CB\Database\Table\UserTable->load() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:214 |
| 18 | CBuser->load() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:157 |
| 17 | CBuser::_getOrSetInstance() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:86 |
| 16 | CBuser::getInstance() | JROOT/plugins/content/cbauthorbot/cbauthorbot.php:33 |
| 15 | plgContentcbauthorbot->onContentBeforeDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:167 |
| 11 | ContentViewArticle->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
| 10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.02 ms After last query: 7.52 ms Query memory: 0.038 MB Memory before query: 17.822 MB Rows returned: 25
SELECT f.*
FROM jml3_comprofiler_fields f
INNER JOIN jml3_comprofiler_tabs AS t
ON (f.tabid = t.tabid)
WHERE ( f.published = 1 OR f.name = 'name' )
ORDER BY t.position, t.ordering, f.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | t | index | PRIMARY | enabled_position_ordering | 262 | NULL | 16 | 100.00 | Using index; Using temporary; Using filesort |
| 1 | SIMPLE | f | ref | tabid_pub_prof_order | tabid_pub_prof_order | 5 | mepaurav_art37.t.tabid | 2 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1497 |
| 20 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:394 |
| 19 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:446 |
| 18 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:921 |
| 17 | cbTabs->_getTabFieldsDb() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:338 |
| 16 | CBuser->getField() | JROOT/plugins/content/cbauthorbot/cbauthorbot.php:36 |
| 15 | plgContentcbauthorbot->onContentBeforeDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:167 |
| 11 | ContentViewArticle->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
| 10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.73 ms After last query: 2.25 ms Query memory: 0.030 MB Memory before query: 18.010 MB Rows returned: 5
SELECT id, rules
FROM `jml3_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1497 |
| 23 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:440 |
| 22 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
| 21 | JUser->getAuthorisedViewLevels() | JROOT/libraries/CBLib/CBLib/Cms/Joomla/Joomla3/CmsUser.php:338 |
| 20 | CBLib\Cms\Joomla\Joomla3\CmsUser->getAuthorisedViewLevels() | JROOT/libraries/CBLib/CBLib/Entity/User/User.php:239 |
| 19 | CBLib\Entity\User\User->getAuthorisedViewLevels() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:148 |
| 18 | cbPluginHandler->loadPluginGroup() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:967 |
| 17 | cbTabs->_getTabFieldsDb() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:338 |
| 16 | CBuser->getField() | JROOT/plugins/content/cbauthorbot/cbauthorbot.php:36 |
| 15 | plgContentcbauthorbot->onContentBeforeDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:167 |
| 11 | ContentViewArticle->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
| 10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.92 ms After last query: 0.39 ms Query memory: 0.032 MB Memory before query: 18.040 MB Rows returned: 5
SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup
FROM `jml3_comprofiler_plugin`
WHERE `published` = 1
AND `viewaccesslevel` IN (1,5)
AND `type` = 'user'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_comprofiler_plugin | ref | idx_folder,type_pub_order | type_pub_order | 104 | const,const | 5 | 100.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1497 |
| 21 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:394 |
| 20 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:446 |
| 19 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:180 |
| 18 | cbPluginHandler->loadPluginGroup() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:967 |
| 17 | cbTabs->_getTabFieldsDb() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:338 |
| 16 | CBuser->getField() | JROOT/plugins/content/cbauthorbot/cbauthorbot.php:36 |
| 15 | plgContentcbauthorbot->onContentBeforeDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:167 |
| 11 | ContentViewArticle->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
| 10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 55.03 ms Query memory: 0.032 MB Memory before query: 22.527 MB Rows returned: 1
SELECT `id`
FROM `jml3_menu`
WHERE ( `link` LIKE 'index.php?option=com_comprofiler' OR `link` LIKE 'index.php?option=com_comprofiler&task=userprofile' OR `link` LIKE 'index.php?option=com_comprofiler&view=userprofile' )
AND `published` = 1
AND `access` IN ( 1,5 )
AND `language` IN ( 'en-GB', '*', '' )
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 248 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 26 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:345 |
| 25 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:262 |
| 24 | getCBprofileItemid() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:922 |
| 23 | CBframework->viewUrl() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:826 |
| 22 | CBframework->userProfileUrl() | JROOT/components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php:4189 |
| 21 | CBfield_formatname->getField() | JROOT/libraries/CBLib/CB/Legacy/cbFieldHandler.php:100 |
| 20 | cbFieldHandler->getFieldRow() | Same as call in the line below. |
| 19 | call_user_func_array() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:880 |
| 18 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1076 |
| 17 | cbPluginHandler->callField() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:344 |
| 16 | CBuser->getField() | JROOT/plugins/content/cbauthorbot/cbauthorbot.php:36 |
| 15 | plgContentcbauthorbot->onContentBeforeDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:167 |
| 11 | ContentViewArticle->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
| 10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 2.73 ms Query memory: 0.040 MB Memory before query: 22.601 MB Rows returned: 1
SELECT`username`
FROM `jml3_users`
WHERE `id` = 100
LIMIT 0, 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_users | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 33 | JDatabaseDriver->loadResult() | JROOT/components/com_comprofiler/router.php:44 |
| 32 | comprofilerBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 31 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:483 |
| 30 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:452 |
| 29 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:280 |
| 28 | JRouter->build() | JROOT/libraries/cms/router/site.php:134 |
| 27 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 26 | JRoute::_() | Same as call in the line below. |
| 25 | call_user_func_array() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:643 |
| 24 | CBframework->cbSef() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:922 |
| 23 | CBframework->viewUrl() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:826 |
| 22 | CBframework->userProfileUrl() | JROOT/components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php:4189 |
| 21 | CBfield_formatname->getField() | JROOT/libraries/CBLib/CB/Legacy/cbFieldHandler.php:100 |
| 20 | cbFieldHandler->getFieldRow() | Same as call in the line below. |
| 19 | call_user_func_array() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:880 |
| 18 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1076 |
| 17 | cbPluginHandler->callField() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:344 |
| 16 | CBuser->getField() | JROOT/plugins/content/cbauthorbot/cbauthorbot.php:36 |
| 15 | plgContentcbauthorbot->onContentBeforeDisplay() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:167 |
| 11 | ContentViewArticle->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
| 10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
| 9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.65 ms After last query: 47.21 ms Query memory: 0.016 MB Memory before query: 23.970 MB Rows returned: 1
SELECT *
FROM jml3_template_styles
WHERE template = 'shape5_vertex';
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_template_styles | ref | idx_template | idx_template | 202 | const | 1 | 100.00 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1497 |
| 10 | JDatabaseDriver->loadAssocList() | JROOT/templates/shape5_vertex/vertex/parameters.php:19 |
| 9 | getTemplateName() | JROOT/templates/shape5_vertex/vertex/parameters.php:167 |
| 8 | require JROOT/templates/shape5_vertex/vertex/parameters.php | JROOT/templates/shape5_vertex/index.php:21 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.83 ms After last query: 0.39 ms Query memory: 0.020 MB Memory before query: 23.987 MB Rows returned: 0
SELECT *
FROM jml3_menu
WHERE template_style_id IN (10)
AND alias = 'privacy-policy'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_menu | ref | idx_alias | idx_alias | 402 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1497 |
| 10 | JDatabaseDriver->loadAssocList() | JROOT/templates/shape5_vertex/vertex/parameters.php:40 |
| 9 | getTemplateName() | JROOT/templates/shape5_vertex/vertex/parameters.php:167 |
| 8 | require JROOT/templates/shape5_vertex/vertex/parameters.php | JROOT/templates/shape5_vertex/index.php:21 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 10.69 ms After last query: 32.78 ms Query memory: 0.028 MB Memory before query: 25.149 MB Rows returned: 25
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params as advancedparams, 0 as menuid, m.publish_up, m.publish_down
FROM jml3_modules AS m
LEFT JOIN jml3_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN jml3_advancedmodules as am
ON am.moduleid = m.id
WHERE m.published = 1
AND e.enabled = 1
AND m.access IN (1,1,5)
AND m.client_id = 0
ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | ref | published,newsfeeds | published | 1 | const | 31 | 100.00 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | am | eq_ref | PRIMARY | PRIMARY | 4 | mepaurav_art37.m.id | 1 | 100.00 | Using where |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | mepaurav_art37.m.module,const | 1 | 100.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/advancedmodules/advancedmodulehelper.php:375 |
| 16 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT/plugins/system/advancedmodules/advancedmodulehelper.php:127 |
| 15 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 13 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 12 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/module/helper.php:347 |
| 11 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:84 |
| 10 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:501 |
| 9 | JDocumentHtml->countModules() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:15 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 3.28 ms After last query: 5.71 ms Query memory: 0.027 MB Memory before query: 25.437 MB Rows returned: 1
SELECT m.menutype
FROM jml3_menu AS m
WHERE m.id = 631
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 20 | JDatabaseDriver->loadResult() | JROOT/plugins/system/nnframework/helpers/assignments/menu.php:77 |
| 19 | NNFrameworkAssignmentsMenu->getMenuType() | JROOT/plugins/system/nnframework/helpers/assignments/menu.php:26 |
| 18 | NNFrameworkAssignmentsMenu->passMenu() | JROOT/plugins/system/nnframework/helpers/assignments.php:343 |
| 17 | NNFrameworkAssignmentsHelper->passAllByType() | JROOT/plugins/system/nnframework/helpers/assignments.php:287 |
| 16 | NNFrameworkAssignmentsHelper->passAll() | JROOT/plugins/system/advancedmodules/advancedmodulehelper.php:200 |
| 15 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 13 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 12 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/module/helper.php:347 |
| 11 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:84 |
| 10 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:501 |
| 9 | JDocumentHtml->countModules() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:15 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.80 ms After last query: 1.72 ms Query memory: 0.035 MB Memory before query: 25.498 MB Rows returned: 1
SELECT *
FROM jml3_content
WHERE `id` = '685'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1456 |
| 21 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:728 |
| 20 | JTable->load() | JROOT/plugins/system/nnframework/helpers/assignments/content.php:145 |
| 19 | NNFrameworkAssignmentsContent->getCategoryIds() | JROOT/plugins/system/nnframework/helpers/assignments/content.php:98 |
| 18 | NNFrameworkAssignmentsContent->passCategories() | JROOT/plugins/system/nnframework/helpers/assignments.php:343 |
| 17 | NNFrameworkAssignmentsHelper->passAllByType() | JROOT/plugins/system/nnframework/helpers/assignments.php:287 |
| 16 | NNFrameworkAssignmentsHelper->passAll() | JROOT/plugins/system/advancedmodules/advancedmodulehelper.php:200 |
| 15 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | Same as call in the line below. |
| 14 | call_user_func_array() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 13 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 12 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/module/helper.php:347 |
| 11 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:84 |
| 10 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:501 |
| 9 | JDocumentHtml->countModules() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:15 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.57 ms After last query: 9.09 ms Query memory: 0.014 MB Memory before query: 25.704 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.92 ms Query memory: 0.014 MB Memory before query: 25.718 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.28 ms Query memory: 0.014 MB Memory before query: 25.731 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.10 ms After last query: 0.51 ms Query memory: 0.014 MB Memory before query: 25.745 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.96 ms After last query: 0.29 ms Query memory: 0.014 MB Memory before query: 25.758 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.42 ms After last query: 0.26 ms Query memory: 0.014 MB Memory before query: 25.772 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 0.49 ms Query memory: 0.014 MB Memory before query: 25.785 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.49 ms After last query: 0.29 ms Query memory: 0.014 MB Memory before query: 25.799 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.27 ms Query memory: 0.014 MB Memory before query: 25.812 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 3.69 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 25.826 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 0.19 ms Query memory: 0.014 MB Memory before query: 25.839 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.34 ms Query memory: 0.014 MB Memory before query: 25.857 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.23 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 25.870 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 0.24 ms Query memory: 0.014 MB Memory before query: 25.884 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.83 ms After last query: 0.19 ms Query memory: 0.014 MB Memory before query: 25.897 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 0.30 ms Query memory: 0.014 MB Memory before query: 25.911 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.11 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 25.924 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.87 ms After last query: 0.21 ms Query memory: 0.014 MB Memory before query: 25.938 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.53 ms After last query: 0.16 ms Query memory: 0.014 MB Memory before query: 25.952 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 0.16 ms Query memory: 0.014 MB Memory before query: 25.965 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 0.15 ms Query memory: 0.014 MB Memory before query: 25.979 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 0.16 ms Query memory: 0.014 MB Memory before query: 25.992 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 26.006 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.49 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.019 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.16 ms Query memory: 0.014 MB Memory before query: 26.033 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.31 ms After last query: 0.16 ms Query memory: 0.014 MB Memory before query: 26.046 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.17 ms Query memory: 0.014 MB Memory before query: 26.060 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 0.19 ms Query memory: 0.014 MB Memory before query: 26.073 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.70 ms After last query: 0.41 ms Query memory: 0.014 MB Memory before query: 26.087 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 26.101 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.75 ms After last query: 0.23 ms Query memory: 0.015 MB Memory before query: 26.116 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 0.26 ms Query memory: 0.014 MB Memory before query: 26.130 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 26.143 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.03 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.08 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.157 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.03 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.24 ms Query memory: 0.014 MB Memory before query: 26.170 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.03 ms |
| init | 0.03 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 26.184 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.03 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.03 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.25 ms Query memory: 0.014 MB Memory before query: 26.197 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.03 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.03 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.211 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.03 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.30 ms Query memory: 0.014 MB Memory before query: 26.224 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.03 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.238 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.70 ms After last query: 0.24 ms Query memory: 0.014 MB Memory before query: 26.251 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.24 ms Query memory: 0.014 MB Memory before query: 26.265 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 0.21 ms Query memory: 0.014 MB Memory before query: 26.278 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 0.25 ms Query memory: 0.014 MB Memory before query: 26.292 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.306 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.06 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.319 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 26.333 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.21 ms Query memory: 0.014 MB Memory before query: 26.346 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.21 ms Query memory: 0.014 MB Memory before query: 26.360 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 0.20 ms Query memory: 0.014 MB Memory before query: 26.373 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.387 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 26.400 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.414 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.84 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.427 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 0.25 ms Query memory: 0.014 MB Memory before query: 26.441 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.05 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 0.21 ms Query memory: 0.014 MB Memory before query: 26.455 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.19 ms Query memory: 0.014 MB Memory before query: 26.468 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.21 ms Query memory: 0.014 MB Memory before query: 26.482 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.09 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.18 ms Query memory: 0.014 MB Memory before query: 26.495 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 0.16 ms Query memory: 0.014 MB Memory before query: 26.509 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.10 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.17 ms Query memory: 0.014 MB Memory before query: 26.522 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 26.536 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.06 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.19 ms Query memory: 0.014 MB Memory before query: 26.549 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 0.18 ms Query memory: 0.014 MB Memory before query: 26.563 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 0.19 ms Query memory: 0.014 MB Memory before query: 26.576 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.05 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.81 ms After last query: 0.16 ms Query memory: 0.014 MB Memory before query: 26.590 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.15 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 0.24 ms Query memory: 0.014 MB Memory before query: 26.604 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 0.21 ms Query memory: 0.014 MB Memory before query: 26.617 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 26.631 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.644 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.658 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.671 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 26.685 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 26.698 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 26.712 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.725 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.739 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.752 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.766 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.780 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.83 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.793 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Waiting for query cache lock | 0.07 ms |
| init | 0.06 ms |
| checking query cache for query | 0.06 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.06 ms |
| cleaning up | 0.06 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.69 ms After last query: 0.24 ms Query memory: 0.014 MB Memory before query: 26.807 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.06 ms |
| checking permissions | 0.07 ms |
| sending cached result to clien | 0.09 ms |
| cleaning up | 0.06 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.25 ms Query memory: 0.014 MB Memory before query: 26.820 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 26.834 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Waiting for query cache lock | 0.06 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.05 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.67 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.847 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.861 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 26.874 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 26.888 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Waiting for query cache lock | 0.06 ms |
| init | 0.05 ms |
| checking query cache for query | 0.06 ms |
| checking privileges on cached | 0.05 ms |
| checking permissions | 0.07 ms |
| sending cached result to clien | 0.08 ms |
| cleaning up | 0.06 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.21 ms Query memory: 0.014 MB Memory before query: 26.901 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 26.915 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Waiting for query cache lock | 0.06 ms |
| init | 0.06 ms |
| checking query cache for query | 0.07 ms |
| checking privileges on cached | 0.05 ms |
| checking permissions | 0.05 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.25 ms Query memory: 0.014 MB Memory before query: 26.928 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.06 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 26.942 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Waiting for query cache lock | 0.06 ms |
| init | 0.06 ms |
| checking query cache for query | 0.06 ms |
| checking privileges on cached | 0.06 ms |
| checking permissions | 0.06 ms |
| sending cached result to clien | 0.08 ms |
| cleaning up | 0.06 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 26.955 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 26.969 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.24 ms Query memory: 0.015 MB Memory before query: 26.985 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.07 ms |
| cleaning up | 0.06 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 27.000 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.05 ms |
| sending cached result to clien | 0.08 ms |
| cleaning up | 0.06 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 27.014 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 27.027 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Waiting for query cache lock | 0.06 ms |
| init | 0.06 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 27.041 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.21 ms Query memory: 0.014 MB Memory before query: 27.054 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.67 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 27.068 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 27.081 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.24 ms Query memory: 0.014 MB Memory before query: 27.095 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.24 ms Query memory: 0.014 MB Memory before query: 27.108 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 27.122 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 27.135 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.83 ms After last query: 0.24 ms Query memory: 0.014 MB Memory before query: 27.149 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 27.162 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.89 ms After last query: 0.21 ms Query memory: 0.014 MB Memory before query: 27.176 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Waiting for query cache lock | 0.06 ms |
| init | 0.06 ms |
| checking query cache for query | 0.06 ms |
| checking privileges on cached | 0.06 ms |
| checking permissions | 0.07 ms |
| sending cached result to clien | 0.08 ms |
| cleaning up | 0.06 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.53 ms After last query: 0.23 ms Query memory: 0.014 MB Memory before query: 27.190 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 27.203 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 0.22 ms Query memory: 0.014 MB Memory before query: 27.217 MB Rows returned: 1
SELECT title
FROM jml3_content
WHERE id=685
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.05 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/module_calcs.php:27 |
| 8 | require JROOT/templates/shape5_vertex/vertex/module_calcs.php | JROOT/templates/shape5_vertex/index.php:23 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.05 ms After last query: 14.16 ms Query memory: 0.017 MB Memory before query: 27.055 MB Rows returned: 0
SELECT menutype
FROM jml3_menu
WHERE language = 'en-GB'
AND home = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_menu | ref | idx_language | idx_language | 28 | const | 1 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.14 ms |
| Waiting for query cache lock | 0.13 ms |
| init | 0.06 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.05 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 11 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/responsive/responsive_mobile_menu.php:139 |
| 10 | include JROOT/templates/shape5_vertex/vertex/responsive/responsive_mobile_menu.php | JROOT/templates/shape5_vertex/vertex/responsive/responsive_mobile_sidebar.php:70 |
| 9 | require JROOT/templates/shape5_vertex/vertex/responsive/responsive_mobile_sidebar.php | JROOT/templates/shape5_vertex/vertex/includes/vertex_includes_top.php:4 |
| 8 | require JROOT/templates/shape5_vertex/vertex/includes/vertex_includes_top.php | JROOT/templates/shape5_vertex/index.php:126 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.96 ms After last query: 20.63 ms Query memory: 0.014 MB Memory before query: 27.109 MB Rows returned: 0
SELECT menutype
FROM jml3_menu
WHERE language = 'en-GB'
AND home = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_menu | ref | idx_language | idx_language | 28 | const | 1 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Waiting for query cache lock | 0.05 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/shape5_vertex/vertex/s5flex_menu/default.php:45 |
| 8 | include JROOT/templates/shape5_vertex/vertex/s5flex_menu/default.php | JROOT/templates/shape5_vertex/index.php:158 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 4.01 ms After last query: 4.97 ms Query memory: 0.051 MB Memory before query: 27.347 MB Rows returned: 177
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM jml3_menu AS m
LEFT JOIN jml3_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 179 | 100.00 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | mepaurav_art37.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.10 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| Opening tables | 0.06 ms |
| init | 0.07 ms |
| System lock | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| System lock | 0.07 ms |
| optimizing | 0.05 ms |
| statistics | 0.09 ms |
| preparing | 0.06 ms |
| Sorting result | 0.04 ms |
| executing | 0.04 ms |
| Sending data | 0.06 ms |
| Creating sort index | 1.03 ms |
| Waiting for query cache lock | 0.08 ms |
| Creating sort index | 0.84 ms |
| Waiting for query cache lock | 0.04 ms |
| Creating sort index | 0.28 ms |
| end | 0.05 ms |
| query end | 0.04 ms |
| closing tables | 0.05 ms |
| freeing items | 0.04 ms |
| Waiting for query cache lock | 0.04 ms |
| freeing items | 0.06 ms |
| Waiting for query cache lock | 0.04 ms |
| freeing items | 0.04 ms |
| storing result in query cache | 0.04 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
| 13 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
| 12 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
| 11 | JMenuSite->__construct() | JROOT/templates/shape5_vertex/vertex/s5flex_menu/helpers.php:41 |
| 10 | S5modMainMenuHelper::getList() | JROOT/templates/shape5_vertex/vertex/s5flex_menu/helpers.php:141 |
| 9 | S5modMainMenuHelper->S5buildXML() | JROOT/templates/shape5_vertex/vertex/s5flex_menu/default.php:54 |
| 8 | include JROOT/templates/shape5_vertex/vertex/s5flex_menu/default.php | JROOT/templates/shape5_vertex/index.php:158 |
| 7 | require JROOT/templates/shape5_vertex/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.75 ms After last query: 22.21 ms Query memory: 0.029 MB Memory before query: 27.232 MB Rows returned: 0
SELECT r.*
FROM jml3_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'articles')
ORDER BY r.ordering, r.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | r | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/helpers/items.php:52 |
| 20 | plgSystemReReplacerHelperItems->getItemList() | JROOT/plugins/system/rereplacer/helper.php:37 |
| 19 | plgSystemReReplacerHelper->onContentPrepare() | JROOT/plugins/system/rereplacer/rereplacer.php:40 |
| 18 | plgSystemReReplacer->onContentPrepare() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:236 |
| 12 | JHtml::call() | JROOT/libraries/cms/html/html.php:138 |
| 11 | JHtml::_() | JROOT/templates/shape5_vertex/vertex/position_layouts.php:48 |
| 10 | modChrome_fourdivs() | JROOT/libraries/cms/module/helper.php:252 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 1.27 ms Query memory: 0.029 MB Memory before query: 27.252 MB Rows returned: 0
SELECT r.*
FROM jml3_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'articles')
ORDER BY r.ordering, r.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | r | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.05 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/helpers/items.php:52 |
| 20 | plgSystemReReplacerHelperItems->getItemList() | JROOT/plugins/system/rereplacer/helper.php:37 |
| 19 | plgSystemReReplacerHelper->onContentPrepare() | JROOT/plugins/system/rereplacer/rereplacer.php:40 |
| 18 | plgSystemReReplacer->onContentPrepare() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:236 |
| 12 | JHtml::call() | JROOT/libraries/cms/html/html.php:104 |
| 11 | JHtml::_() | JROOT/templates/shape5_vertex/vertex/position_layouts.php:48 |
| 10 | modChrome_fourdivs() | JROOT/libraries/cms/module/helper.php:252 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.08 ms After last query: 50.39 ms Query memory: 0.023 MB Memory before query: 28.200 MB Rows returned: 80
SELECT *
FROM jml3_acymailing_config
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_acymailing_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 80 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.17 ms |
| Waiting for query cache lock | 0.08 ms |
| init | 0.07 ms |
| checking query cache for query | 0.08 ms |
| checking privileges on cached | 0.07 ms |
| checking permissions | 0.08 ms |
| sending cached result to clien | 0.10 ms |
| cleaning up | 0.13 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:17 |
| 13 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:454 |
| 12 | acymailing_config() | JROOT/administrator/components/com_acymailing/helpers/helper.php:1128 |
| 11 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/modules/mod_acymailing/mod_acymailing.php:12 |
| 10 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/libraries/cms/module/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.93 ms After last query: 7.77 ms Query memory: 0.022 MB Memory before query: 28.585 MB Rows returned: 1
SELECT *
FROM jml3_acymailing_list
WHERE type = 'list'
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_acymailing_list | system | typeorderingindex,typeuseridindex | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.14 ms |
| Waiting for query cache lock | 0.06 ms |
| init | 0.05 ms |
| checking query cache for query | 0.05 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.06 ms |
| sending cached result to clien | 0.06 ms |
| cleaning up | 0.06 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/classes/list.php:29 |
| 11 | listClass->getLists() | JROOT/modules/mod_acymailing/mod_acymailing.php:121 |
| 10 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/libraries/cms/module/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 3.60 ms Query memory: 0.029 MB Memory before query: 28.550 MB Rows returned: 0
SELECT r.*
FROM jml3_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'articles')
ORDER BY r.ordering, r.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | r | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Waiting for query cache lock | 0.05 ms |
| init | 0.04 ms |
| checking query cache for query | 0.05 ms |
| checking privileges on cached | 0.05 ms |
| checking permissions | 0.05 ms |
| sending cached result to clien | 0.06 ms |
| cleaning up | 0.05 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/helpers/items.php:52 |
| 20 | plgSystemReReplacerHelperItems->getItemList() | JROOT/plugins/system/rereplacer/helper.php:37 |
| 19 | plgSystemReReplacerHelper->onContentPrepare() | JROOT/plugins/system/rereplacer/rereplacer.php:40 |
| 18 | plgSystemReReplacer->onContentPrepare() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:236 |
| 12 | JHtml::call() | JROOT/libraries/cms/html/html.php:104 |
| 11 | JHtml::_() | JROOT/templates/shape5_vertex/vertex/position_layouts.php:149 |
| 10 | modChrome_round_box() | JROOT/libraries/cms/module/helper.php:252 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.18 ms After last query: 16.94 ms Query memory: 0.032 MB Memory before query: 28.909 MB Rows returned: 41
SELECT *
FROM jml3_modules
WHERE published=1
ORDER BY id
;
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_modules | ref | published | published | 1 | const | 41 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.11 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.05 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.05 ms |
| sending cached result to clien | 0.09 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_accordeonck/helper.php:219 |
| 15 | ModaccordeonckHelper::CreateModulesList() | JROOT/modules/mod_accordeonck/helper.php:40 |
| 14 | ModaccordeonckHelper::GetItems() | JROOT/modules/mod_accordeonck/mod_accordeonck.php:21 |
| 13 | include JROOT/modules/mod_accordeonck/mod_accordeonck.php | JROOT/libraries/cms/module/helper.php:190 |
| 12 | JModuleHelper::renderModule() | Same as call in the line below. |
| 11 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:157 |
| 10 | JCacheControllerCallback->get() | JROOT/libraries/cms/module/helper.php:597 |
| 9 | JModuleHelper::moduleCache() | JROOT/libraries/joomla/document/renderer/html/module.php:90 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 109.51 ms Query memory: 0.032 MB Memory before query: 29.651 MB Rows returned: 0
SELECT r.*
FROM jml3_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'articles')
ORDER BY r.ordering, r.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | r | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.06 ms |
| checking query cache for query | 0.05 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.05 ms |
| sending cached result to clien | 0.06 ms |
| cleaning up | 0.05 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/helpers/items.php:52 |
| 23 | plgSystemReReplacerHelperItems->getItemList() | JROOT/plugins/system/rereplacer/helper.php:37 |
| 22 | plgSystemReReplacerHelper->onContentPrepare() | JROOT/plugins/system/rereplacer/rereplacer.php:40 |
| 21 | plgSystemReReplacer->onContentPrepare() | Same as call in the line below. |
| 20 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 17 | JHtmlContent::prepare() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/cms/html/html.php:236 |
| 15 | JHtml::call() | JROOT/libraries/cms/html/html.php:104 |
| 14 | JHtml::_() | JROOT/templates/shape5_vertex/vertex/position_layouts.php:149 |
| 13 | modChrome_round_box() | JROOT/libraries/cms/module/helper.php:252 |
| 12 | JModuleHelper::renderModule() | Same as call in the line below. |
| 11 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:157 |
| 10 | JCacheControllerCallback->get() | JROOT/libraries/cms/module/helper.php:597 |
| 9 | JModuleHelper::moduleCache() | JROOT/libraries/joomla/document/renderer/html/module.php:90 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 19.87 ms Query memory: 0.032 MB Memory before query: 29.552 MB Rows returned: 0
SELECT r.*
FROM jml3_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'articles')
ORDER BY r.ordering, r.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | r | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.15 ms |
| Waiting for query cache lock | 0.06 ms |
| init | 0.06 ms |
| checking query cache for query | 0.06 ms |
| checking privileges on cached | 0.06 ms |
| checking permissions | 0.07 ms |
| sending cached result to clien | 0.08 ms |
| cleaning up | 0.06 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/helpers/items.php:52 |
| 23 | plgSystemReReplacerHelperItems->getItemList() | JROOT/plugins/system/rereplacer/helper.php:37 |
| 22 | plgSystemReReplacerHelper->onContentPrepare() | JROOT/plugins/system/rereplacer/rereplacer.php:40 |
| 21 | plgSystemReReplacer->onContentPrepare() | Same as call in the line below. |
| 20 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 17 | JHtmlContent::prepare() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/cms/html/html.php:236 |
| 15 | JHtml::call() | JROOT/libraries/cms/html/html.php:104 |
| 14 | JHtml::_() | JROOT/templates/shape5_vertex/vertex/position_layouts.php:149 |
| 13 | modChrome_round_box() | JROOT/libraries/cms/module/helper.php:252 |
| 12 | JModuleHelper::renderModule() | Same as call in the line below. |
| 11 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:157 |
| 10 | JCacheControllerCallback->get() | JROOT/libraries/cms/module/helper.php:597 |
| 9 | JModuleHelper::moduleCache() | JROOT/libraries/joomla/document/renderer/html/module.php:90 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.72 ms After last query: 12.69 ms Query memory: 0.021 MB Memory before query: 30.041 MB Rows returned: 1
SELECT `id`
FROM `jml3_menu`
WHERE ( `link` LIKE 'index.php?option=com_comprofiler&task=login%' OR `link` LIKE 'index.php?option=com_comprofiler&view=login%' )
AND `published` = 1
AND `access` IN ( 1,5 )
AND `language` IN ( 'en-GB', '*', '' )
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 248 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Waiting for query cache lock | 0.06 ms |
| init | 0.06 ms |
| checking query cache for query | 0.05 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:345 |
| 14 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:222 |
| 13 | getCBprofileItemid() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:922 |
| 12 | CBframework->viewUrl() | JROOT/modules/mod_cblogin/tmpl/bootstrap-horizontal.php:15 |
| 11 | require JROOT/modules/mod_cblogin/tmpl/bootstrap-horizontal.php | JROOT/modules/mod_cblogin/mod_cblogin.php:167 |
| 10 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/cms/module/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 0.73 ms Query memory: 0.021 MB Memory before query: 30.064 MB Rows returned: 1
SELECT `id`
FROM `jml3_menu`
WHERE ( `link` LIKE 'index.php?option=com_comprofiler&task=lostpassword%' OR `link` LIKE 'index.php?option=com_comprofiler&view=lostpassword%' )
AND `published` = 1
AND `access` IN ( 1,5 )
AND `language` IN ( 'en-GB', '*', '' )
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 248 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.05 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:345 |
| 14 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:222 |
| 13 | getCBprofileItemid() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:922 |
| 12 | CBframework->viewUrl() | JROOT/modules/mod_cblogin/tmpl/bootstrap-horizontal.php:146 |
| 11 | require JROOT/modules/mod_cblogin/tmpl/bootstrap-horizontal.php | JROOT/modules/mod_cblogin/mod_cblogin.php:167 |
| 10 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/cms/module/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.67 ms After last query: 0.58 ms Query memory: 0.021 MB Memory before query: 30.086 MB Rows returned: 1
SELECT `id`
FROM `jml3_menu`
WHERE ( `link` LIKE 'index.php?option=com_comprofiler&task=registers%' OR `link` LIKE 'index.php?option=com_comprofiler&view=registers%' )
AND `published` = 1
AND `access` IN ( 1,5 )
AND `language` IN ( 'en-GB', '*', '' )
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jml3_menu | ALL | idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 248 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:345 |
| 14 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:222 |
| 13 | getCBprofileItemid() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:922 |
| 12 | CBframework->viewUrl() | JROOT/modules/mod_cblogin/tmpl/bootstrap-horizontal.php:161 |
| 11 | require JROOT/modules/mod_cblogin/tmpl/bootstrap-horizontal.php | JROOT/modules/mod_cblogin/mod_cblogin.php:167 |
| 10 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/cms/module/helper.php:190 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.76 ms After last query: 1.26 ms Query memory: 0.029 MB Memory before query: 30.021 MB Rows returned: 0
SELECT r.*
FROM jml3_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'articles')
ORDER BY r.ordering, r.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | r | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.05 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.06 ms |
| sending cached result to clien | 0.06 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/helpers/items.php:52 |
| 20 | plgSystemReReplacerHelperItems->getItemList() | JROOT/plugins/system/rereplacer/helper.php:37 |
| 19 | plgSystemReReplacerHelper->onContentPrepare() | JROOT/plugins/system/rereplacer/rereplacer.php:40 |
| 18 | plgSystemReReplacer->onContentPrepare() | Same as call in the line below. |
| 17 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/libraries/cms/html/html.php:236 |
| 12 | JHtml::call() | JROOT/libraries/cms/html/html.php:104 |
| 11 | JHtml::_() | JROOT/templates/shape5_vertex/vertex/position_layouts.php:149 |
| 10 | modChrome_round_box() | JROOT/libraries/cms/module/helper.php:252 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.73 ms After last query: 35.29 ms Query memory: 0.020 MB Memory before query: 30.436 MB Rows returned: 0
SELECT r.*
FROM jml3_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'component')
ORDER BY r.ordering, r.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | r | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.05 ms |
| sending cached result to clien | 0.06 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/helpers/items.php:52 |
| 12 | plgSystemReReplacerHelperItems->getItemList() | JROOT/plugins/system/rereplacer/helpers/replace.php:50 |
| 11 | plgSystemReReplacerHelperReplace->replaceInArea() | JROOT/plugins/system/rereplacer/helpers/replace.php:36 |
| 10 | plgSystemReReplacerHelperReplace->replaceInAreas() | JROOT/plugins/system/rereplacer/helper.php:102 |
| 9 | plgSystemReReplacerHelper->onAfterRender() | JROOT/plugins/system/rereplacer/rereplacer.php:60 |
| 8 | plgSystemReReplacer->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1074 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.83 ms After last query: 0.29 ms Query memory: 0.020 MB Memory before query: 30.453 MB Rows returned: 0
SELECT r.*
FROM jml3_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'head')
ORDER BY r.ordering, r.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | r | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.05 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/helpers/items.php:52 |
| 12 | plgSystemReReplacerHelperItems->getItemList() | JROOT/plugins/system/rereplacer/helpers/replace.php:50 |
| 11 | plgSystemReReplacerHelperReplace->replaceInArea() | JROOT/plugins/system/rereplacer/helpers/replace.php:37 |
| 10 | plgSystemReReplacerHelperReplace->replaceInAreas() | JROOT/plugins/system/rereplacer/helper.php:102 |
| 9 | plgSystemReReplacerHelper->onAfterRender() | JROOT/plugins/system/rereplacer/rereplacer.php:60 |
| 8 | plgSystemReReplacer->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1074 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.72 ms After last query: 0.30 ms Query memory: 0.021 MB Memory before query: 30.471 MB Rows returned: 4
SELECT r.*
FROM jml3_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'body')
ORDER BY r.ordering, r.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | r | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.05 ms |
| sending cached result to clien | 0.06 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/helpers/items.php:52 |
| 12 | plgSystemReReplacerHelperItems->getItemList() | JROOT/plugins/system/rereplacer/helpers/replace.php:50 |
| 11 | plgSystemReReplacerHelperReplace->replaceInArea() | JROOT/plugins/system/rereplacer/helpers/replace.php:38 |
| 10 | plgSystemReReplacerHelperReplace->replaceInAreas() | JROOT/plugins/system/rereplacer/helper.php:102 |
| 9 | plgSystemReReplacerHelper->onAfterRender() | JROOT/plugins/system/rereplacer/rereplacer.php:60 |
| 8 | plgSystemReReplacer->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1074 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.67 ms After last query: 16.83 ms Query memory: 0.020 MB Memory before query: 30.598 MB Rows returned: 0
SELECT r.*
FROM jml3_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'everywhere')
ORDER BY r.ordering, r.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | r | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Waiting for query cache lock | 0.04 ms |
| init | 0.04 ms |
| checking query cache for query | 0.04 ms |
| checking privileges on cached | 0.04 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/helpers/items.php:52 |
| 12 | plgSystemReReplacerHelperItems->getItemList() | JROOT/plugins/system/rereplacer/helpers/replace.php:75 |
| 11 | plgSystemReReplacerHelperReplace->replaceEverywhere() | JROOT/plugins/system/rereplacer/helpers/replace.php:40 |
| 10 | plgSystemReReplacerHelperReplace->replaceInAreas() | JROOT/plugins/system/rereplacer/helper.php:102 |
| 9 | plgSystemReReplacerHelper->onAfterRender() | JROOT/plugins/system/rereplacer/rereplacer.php:60 |
| 8 | plgSystemReReplacer->onAfterRender() | Same as call in the line below. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1074 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |